about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-07-04 16:39:59 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-07-15 13:28:33 +0200
commitdda86d6547efcf09f1b4f509eaef64e444cfff46 (patch)
tree6dee7cb9c8c58b8de0c2c0d2848407edb77b08f1
parentd59393e1efc2d21e4a79ce1698d4d6c1cb924c66 (diff)
TODO.txt: update list of escape sequences to support
-rw-r--r--TODO.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 6b5aeb6..f84b2f0 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,13 @@
 * Support for **some** ANSI escape sequences
-	* Colors
-	* Font modifiers (italic, bold, …)
-	* Also handle \r and \a properly
-		* Regarding \a: See gtk_widget_error_bell / gtk_window_beep
+	* Also handle \r and \b properly
+	* Bracketed paste
+	* OSC sequences (see e. g. foot-ctlseqs(7))
+		* Setting the window title
+		* Setting the working directory of the terminal (useful if we
+		  want to support opening an instance in the same directory)
+		* URL markers
+		* Desktop notifications
+		* Clipboard interaction
 * Use graphical IDE-like overlay for completions
 	* GtkEntryCompletion?
 * Improve completion support: