LibVT: TerminalWidget now opts into emoji input by default :^)
This commit is contained in:
parent
604fb278c1
commit
30a3b8333a
Notes:
sideshowbarker
2024-07-19 06:32:59 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/30a3b8333a5
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ TerminalWidget::TerminalWidget(int ptm_fd, bool automatic_size_policy, RefPtr<Co
|
|||
, m_automatic_size_policy(automatic_size_policy)
|
||||
, m_config(move(config))
|
||||
{
|
||||
set_accepts_emoji_input(true);
|
||||
set_pty_master_fd(ptm_fd);
|
||||
m_cursor_blink_timer = add<Core::Timer>();
|
||||
m_visual_beep_timer = add<Core::Timer>();
|
||||
|
|
Loading…
Add table
Reference in a new issue