This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
vteplugin/vteplugin-0.1-html.patch

26 lines
635 B
Diff

--- vteplugin-0.1/vteplugin.html.orig 2010-04-15 14:03:15.000000000 +0200
+++ vteplugin-0.1/vteplugin.html 2010-04-15 14:06:37.000000000 +0200
@@ -1,10 +1,14 @@
-<style>
-body {
- margin: 0px;
- padding: 0px;
-}
-</style>
+<html>
+<head>
+ <title>Terminal</title>
+ <style>
+ body {
+ margin: 0px;
+ padding: 0px;
+ }
+ </style>
+</head>
<body>
-<embed type="application/vte" width="100%" height="100%" bgcolor="black" fgcolor="white" font="">
-</embed>
+ <embed type="application/vte" width="100%" height="100%" bgcolor="black" fgcolor="white" font=""></embed>
</body>
+</html>