summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-02-26 03:58:37 +0000
committerChristopher Faylor <me@cgf.cx>2014-02-26 03:58:37 +0000
commit8a1a15ffd22fba166b766a6c424e64486d5ee005 (patch)
tree8ff3f3042404de53ea36a2dc7a879445664b41bc /winsup/cygwin/fhandler.h
parent16a976cff4ea5b905badbd39f921052a7b88d8c0 (diff)
downloadcygnal-8a1a15ffd22fba166b766a6c424e64486d5ee005.tar.gz
cygnal-8a1a15ffd22fba166b766a6c424e64486d5ee005.tar.bz2
cygnal-8a1a15ffd22fba166b766a6c424e64486d5ee005.zip
* fhandler.h (fhandler_console::scroll_buffer_screen): New function.
* fhandler_console.cc (fhandler_console::scroll_buffer_screen): New function. (fhandler_console::char_command): Use scroll_buffer_screen as appropriate. (dev_console::scroll_buffer): Remove if 0'ed block.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index d65183d7b..f908ddb50 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1360,6 +1360,7 @@ private:
void set_default_attr ();
void scroll_buffer (int, int, int, int, int, int);
+ void scroll_buffer_screen (int, int, int, int, int, int);
void __reg3 clear_screen (cltype, cltype, cltype, cltype);
void __reg3 cursor_set (bool, int, int);
void __reg3 cursor_get (int *, int *);