diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-11 12:33:03 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-11 12:33:03 +0200 |
commit | ab5266b924e2e0b9bc9f2d762a2a4d29de574e22 (patch) | |
tree | 9ec5e7443d49471a840d89b1ffddbd1c65bbf74e /Widgets/Peanut8x8.h | |
parent | f282df661724334fbf5f0b9d3123162aad57d1fa (diff) | |
download | serenity-ab5266b924e2e0b9bc9f2d762a2a4d29de574e22.zip |
Rage hacking on TerminalWidget.
There's some really hideous plumbing with globals going on here, but my
priority right now is getting a basic VT100 terminal emulator working.
Diffstat (limited to 'Widgets/Peanut8x8.h')
-rw-r--r-- | Widgets/Peanut8x8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Widgets/Peanut8x8.h b/Widgets/Peanut8x8.h index 6d8535bf67..a7c97c2fab 100644 --- a/Widgets/Peanut8x8.h +++ b/Widgets/Peanut8x8.h @@ -3,6 +3,7 @@ namespace Peanut8x8 { static constexpr char firstCharacter = '!'; +static constexpr char lastCharacter = '~'; static constexpr byte fontWidth = 8; static constexpr byte fontHeight = 8; |