From ed5c6b000bc032d3584e770a9aff40373af19c2e Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 4 Jul 2014 22:55:29 +0800 Subject: Add ANSI sequence " c" support --- src/terminal/fqterm_buffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/terminal/fqterm_buffer.h') diff --git a/src/terminal/fqterm_buffer.h b/src/terminal/fqterm_buffer.h index 3e0ef6a..d22e2a3 100644 --- a/src/terminal/fqterm_buffer.h +++ b/src/terminal/fqterm_buffer.h @@ -119,6 +119,9 @@ class FQTermBuffer: public QObject { // restrictied in [top_row_, bottom_row_] of terminal.) void setMargins(int top_row, int bottom_row); + // reset terminal + void termReset(); + // the caret's coordinate in term or buffer. int getCaretColumn() const; int getCaretRow() const; -- cgit v1.2.3