Andreas Kling
|
561bfd3ed6
Terminal: Make it so typing resets the cursor blink timer.
|
6 years ago |
Andreas Kling
|
96ca8bea6c
Terminal: Don't write erroneous characters to PTY when modifiers pressed.
|
6 years ago |
Andreas Kling
|
274b41e47c
Terminal: Changex internal opacity representation to byte instead of float.
|
6 years ago |
Andreas Kling
|
cf0d05d54a
Terminal: Don't compute buffer positions outside the possible area.
|
6 years ago |
Andreas Kling
|
08c04f0a41
Terminal: Add basic mouse selection with copy and paste.
|
6 years ago |
Andreas Kling
|
4118aaaa32
Terminal: Fix compiler warnings.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
42f374d0f1
Terminal: Add support for DCH ('P' final)
|
6 years ago |
Andreas Kling
|
1372f10dda
Terminal: Add support for REP ('b' final)
|
6 years ago |
Andreas Kling
|
6e4f0b3cc5
Terminal: Reallocate kept lines when resizing the terminal.
|
6 years ago |
Andreas Kling
|
e8f35ef311
Terminal: Store horizontal tabs in a Vector.
|
6 years ago |
Christopher Dumas
|
e92fe52031
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
|
6 years ago |
Christopher Dumas
|
ce15a4021d
Terminal: Implement scroll region termcodes
|
6 years ago |
Andreas Kling
|
473d0e83ad
Terminal: Fix insufficient repaint after visual bell clears.
|
6 years ago |
Christopher Dumas
|
b0d8dba16d
Terminal: Single settings window & consistant visual bell timing
|
6 years ago |
Christopher Dumas
|
f8a02d4733
Terminal: Audible vs Visible beep option
|
6 years ago |
Robin Burchell
|
004a630bfe
Terminal: Fix some missing text attributes
|
6 years ago |
Christopher Dumas
|
e3f81bce49
IRC client setttings, Terminal settings, more WM settings
|
6 years ago |
Andreas Kling
|
3ec625067a
Terminal: Uh, also change the one caller of beep() to sysbeep()..
|
6 years ago |
Andreas Kling
|
3cba2a8a78
Kernel: Add a beep() syscall that beeps the PC speaker.
|
6 years ago |
Andreas Kling
|
dddf45f563
Change String&& arguments to const String& in a couple of places.
|
6 years ago |
Andreas Kling
|
565f073796
Terminal: Give the terminal widget a sunken container look.
|
6 years ago |
Andreas Kling
|
b5b44a29bb
Replace various copies of parse_uint(String) with String::to_uint().
|
6 years ago |
Andreas Kling
|
b04f08ba48
Shell: Support home/end keys for line editing.
|
6 years ago |
Andreas Kling
|
6a5d92f0ad
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
|
6 years ago |
Andreas Kling
|
a274196bd7
Terminal: <esc>[m should clear the current attribute.
|
6 years ago |
Andreas Kling
|
0ae475ff5b
Terminal: Add ability to adjust the terminal's opacity.
|
6 years ago |
Andreas Kling
|
ab94a6be00
AK: Add String::copy(BufferType) helper.
|
6 years ago |
Andreas Kling
|
5eedb22834
Sprinkle use of AK::Vector in various places.
|
6 years ago |
Andreas Kling
|
fc1d3074de
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
|
6 years ago |