From 2fc4dd61e5607569909548975eaf54cef87be96e Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Tue, 8 May 2018 16:00:42 +0200 Subject: New upstream version 1.4.9 --- lib/bottompanel/terminal.tcl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/bottompanel/terminal.tcl') diff --git a/lib/bottompanel/terminal.tcl b/lib/bottompanel/terminal.tcl index 894fd3b..13dc40b 100644 --- a/lib/bottompanel/terminal.tcl +++ b/lib/bottompanel/terminal.tcl @@ -1,10 +1,13 @@ #!/usr/bin/tclsh -# Part of MCU 8051 IDE ( http://mcu8051ide.sf.net ) +# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide ) ############################################################################ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera # # martin.osmera@gmail.com # # # +# Copyright (C) 2014 by Moravia Microsystems, s.r.o. # +# martin.osmera@moravia-microsystems.com # +# # # This program is free software; you can redistribute it and#or modify # # it under the terms of the GNU General Public License as published by # # the Free Software Foundation; either version 2 of the License, or # @@ -33,8 +36,8 @@ set _TERMINAL_TCL _ class Terminal { # Terminal emulator configuration - common configuration - common configuration_def [subst { + public common configuration + public common configuration_def [subst { bg #FFFFFF fg #000000 font_size 12 -- cgit v1.2.3