Skip to content
This repository was archived by the owner on Nov 11, 2018. It is now read-only.

Commit ab5a9bd

Browse files
committed
man scrolls up and down
1 parent 3d74757 commit ab5a9bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TerminalOutput.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public class TerminalOutput : Gee.ArrayList<OutputLine> {
124124
// This code causes a line feed or a new line operation
125125
// TODO: Does LF always imply CR?
126126
move_cursor(cursor_position.line + 1, 0);
127+
terminal.terminal_view.terminal_output_view.add_line_views();
128+
terminal.terminal_view.terminal_output_view.scroll_to_position();
127129
break;
128130

129131
case TerminalStream.StreamElement.ControlSequenceType.HORIZONTAL_TAB:

0 commit comments

Comments
 (0)