-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Milestone
Description
Need to review new termbuf API used by ansiparser2.
termbuf = {
puts: () => {},
scrollUp: () => {},
scrollDown: () => {},
setScrollRegion: () => {},
handleCR: () => {},
handleLF: () => {},
handleInsert: () => {},
handleTab: () => {},
handleClear: () => {},
handleDel: () => {},
handleBackTab: () => {},
eraseLine: () => {},
insertLine: () => {},
deleteLine: () => {},
eraseChar: () => {},
setAttribute: () => {},
gotoPos: () => {},
gotoHorizon: () => {},
gotoVertical: () => {},
movePos: () => {},
saveCursor: () => {},
restoreCursor: () => {},
getRow: () => { return 24; },
getColumn: () => { return 80; },
};Reactions are currently unavailable