mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
term: term_surface_kind(): recognize the scrollback indicator sub-surface
This commit is contained in:
parent
c1f35731e0
commit
76350c568e
2 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ enum term_surface {
|
|||
TERM_SURF_NONE,
|
||||
TERM_SURF_GRID,
|
||||
TERM_SURF_SEARCH,
|
||||
TERM_SURF_SCROLLBACK_INDICATOR,
|
||||
TERM_SURF_TITLE,
|
||||
TERM_SURF_BORDER_LEFT,
|
||||
TERM_SURF_BORDER_RIGHT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue