Luna/terminal
apio d4d748e153
terminal: Remove m_cursor_timer->restart() from tick_cursor()
Since the timer was created as a repeating timer, it is already restarted after the function.
2024-01-13 16:26:37 +01:00
..
CMakeLists.txt apps: Add basic terminal app 2023-09-20 07:05:58 +02:00
main.cpp terminal: Use os::Timer and EventLoop::register_fd_listener 2024-01-08 19:04:04 +01:00
TerminalWidget.cpp terminal: Remove m_cursor_timer->restart() from tick_cursor() 2024-01-13 16:26:37 +01:00
TerminalWidget.h terminal: Use os::Timer and EventLoop::register_fd_listener 2024-01-08 19:04:04 +01:00