Skip to content

Commit 2d56933

Browse files
author
mirkobrombin
committed
code cleanup
1 parent 05ec666 commit 2d56933

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# EasyTerm
22
An easy-to-bundle GTK terminal emulator.
33

4-
> This is a WIP (Work In Progress) project.
5-
64
This project is meant to be used as a dependency for other projects that
75
need an easy-to-bundle and lightweight terminal emulator, but also
86
works as a standalone terminal emulator.

easyterm/easyterm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def __init__(self, palette=None, *args, **kwds):
2121
self.set_cursor_blink_mode(Vte.CursorBlinkMode.ON)
2222
self.set_mouse_autohide(True)
2323
self.set_font(Pango.FontDescription(CONF_FONT))
24+
2425
if palette is None or len(palette) < 2:
2526
self.set_colors(
2627
foreground=CONF_FG,

0 commit comments

Comments
 (0)