mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 00:09:44 +00:00
Clip Painter operations to the screen rect.
This commit is contained in:
parent
b5ff34174d
commit
aceedaf957
Notes:
sideshowbarker
2024-07-19 18:49:41 +09:00
Author: https://github.com/awesomekling
Commit: aceedaf957
4 changed files with 45 additions and 17 deletions
|
@ -133,6 +133,9 @@ void TerminalWidget::onReceive(byte ch)
|
|||
at(m_cursorRow, m_cursorColumn).character = ' ';
|
||||
}
|
||||
break;
|
||||
case 27:
|
||||
printf("TerminalWidget: got escape!\n");
|
||||
break;
|
||||
default:
|
||||
addChar(ch);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue