forked from cromer/pamac-classic
remove stdout
This commit is contained in:
parent
d0b2a28b27
commit
ebdad3636f
@ -272,7 +272,6 @@ namespace Pamac {
|
|||||||
term.set_color_background (tmp);
|
term.set_color_background (tmp);
|
||||||
tmp.parse (terminal_foreground);
|
tmp.parse (terminal_foreground);
|
||||||
term.set_color_foreground (tmp);
|
term.set_color_foreground (tmp);
|
||||||
stdout.printf("Terminal font: %s\n", terminal_font);
|
|
||||||
term.set_font (Pango.FontDescription.from_string (terminal_font));
|
term.set_font (Pango.FontDescription.from_string (terminal_font));
|
||||||
term.button_press_event.connect (on_term_button_press_event);
|
term.button_press_event.connect (on_term_button_press_event);
|
||||||
term.key_press_event.connect (on_term_key_press_event);
|
term.key_press_event.connect (on_term_key_press_event);
|
||||||
|
Loading…
Reference in New Issue
Block a user