mirror of
https://git.suckless.org/st
synced 2026-06-14 20:48:17 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
688f70add0 | ||
|
|
0723b7e39e |
4
st.c
4
st.c
@@ -965,6 +965,9 @@ tsetdirt(int top, int bot)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (term.row <= 0)
|
||||
return;
|
||||
|
||||
LIMIT(top, 0, term.row-1);
|
||||
LIMIT(bot, 0, term.row-1);
|
||||
|
||||
@@ -2358,6 +2361,7 @@ eschandle(uchar ascii)
|
||||
resettitle();
|
||||
xloadcols();
|
||||
xsetmode(0, MODE_HIDE);
|
||||
xsetmode(0, MODE_BRCKTPASTE);
|
||||
break;
|
||||
case '=': /* DECPAM -- Application keypad */
|
||||
xsetmode(1, MODE_APPKEYPAD);
|
||||
|
||||
Reference in New Issue
Block a user