diff options
author | Michael Jennings <mej@kainx.org> | 2000-07-10 21:14:56 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 2000-07-10 21:14:56 +0000 |
commit | 7dc3b7cafb69f3a2f983475c179d2cb8decd0744 (patch) | |
tree | da9f3dd2d366559008b152e95b88d2e20f2fdb9b /src/options.h | |
parent | 6c2fb97641dd5045b437561037fb34c58698445e (diff) | |
download | eterm-7dc3b7cafb69f3a2f983475c179d2cb8decd0744.tar.gz |
Mon Jul 10 14:28:28 PDT 2000 Michael Jennings <mej@eterm.org>
Two more patches from Marius Gedminas <mgedmin@takas.lt>. The first
one allows for customization of the message displayed when Eterm goes
into pause mode. There are actually two; one goes in the titlebar,
and the other is displayed in the text window.
His second patch makes Eterm's behavior a little smarter when it
resizes itself. It tries to figure out which quadrant of the screen
it's on and resizes in the most appropriate direction. (For example,
Ctrl-GreaterThan on an Eterm in the lower right corner will cause the
upper left corner of the Eterm to move; the lower right corner will
stay put.)
Thanks again to Marius for saving me time by sending patches. :-)
SVN revision: 2912
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 6f14350..6f0aa67 100644 --- a/src/options.h +++ b/src/options.h @@ -207,6 +207,8 @@ extern char *rs_geometry; /* Geometry string */ extern int rs_desktop; /* Startup desktop */ extern int rs_saveLines; /* Lines in the scrollback buffer */ extern unsigned short rs_min_anchor_size; /* Minimum size, in pixels, of the scrollbar anchor */ +extern char *rs_finished_title; /* Text added to window title (--pause) */ +extern char *rs_finished_text; /* Text added to scrollback (--pause) */ extern char *rs_term_name; extern char *rs_icon; extern char *rs_scrollbar_type; |