mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-25 19:51:10 +01:00
Various updates mainly for extra keys
This commit is contained in:
parent
964c0b7b4f
commit
d72fd579ee
12 changed files with 586 additions and 354 deletions
|
|
@ -23,4 +23,6 @@ public abstract class TerminalOutput {
|
|||
/** Notify the terminal client that a bell character (ASCII 7, bell, BEL, \a, ^G)) has been received. */
|
||||
public abstract void onBell();
|
||||
|
||||
public abstract void onColorsChanged();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue