Adding columns patch ref. #34

This commit is contained in:
bakkeby 2021-07-26 10:16:54 +02:00
parent d1b9cca73c
commit eccd7fac9e
4 changed files with 38 additions and 0 deletions

3
st.h
View file

@ -140,6 +140,9 @@ typedef struct {
typedef struct {
int row; /* nb row */
int col; /* nb col */
#if COLUMNS_PATCH && !VIM_BROWSE_PATCH
int maxcol;
#endif // COLUMNS_PATCH
Line *line; /* screen */
Line *alt; /* alternate screen */
#if SCROLLBACK_PATCH