General cleanup
Simplifies logic in a couple places and removes a redundant function call. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
parent
403c57ebb5
commit
20e0da7f14
2 changed files with 21 additions and 26 deletions
1
st.c
1
st.c
|
@ -1693,7 +1693,6 @@ csihandle(void)
|
|||
tputtab(csiescseq.arg[0]);
|
||||
break;
|
||||
case 'J': /* ED -- Clear screen */
|
||||
selclear();
|
||||
switch (csiescseq.arg[0]) {
|
||||
case 0: /* below */
|
||||
tclearregion(term.c.x, term.c.y, term.col-1, term.c.y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue