Adding columns patch ref. #34
This commit is contained in:
parent
d1b9cca73c
commit
eccd7fac9e
4 changed files with 38 additions and 0 deletions
3
st.h
3
st.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue