repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 821105a18cb29c9ea6476cade8ea27f47c00c972: path_to: revision_to:
commit 821105a18cb29c9ea6476cade8ea27f47c00c972 Author: Emanuele GiaquintaDate: Thu Jul 1 21:50:25 2010 +0000 Make rxvt_get_ttymode a static function. diff --git a/src/init.C b/src/init.C
--- a/src/init.C
+++ b/src/init.C
@@ -1529,7 +1529,7 @@ rxvt_term::create_windows (int argc, const char *const *argv)
/* ------------------------------------------------------------------------- *
* GET TTY CURRENT STATE *
* ------------------------------------------------------------------------- */
-void
+static void
rxvt_get_ttymode (struct termios *tio)
{
/*
-----END OF PAGE-----