aboutsummaryrefslogtreecommitdiff
path: root/doc/Development/Session.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Development/Session.asciidoc')
-rw-r--r--doc/Development/Session.asciidoc19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/Development/Session.asciidoc b/doc/Development/Session.asciidoc
deleted file mode 100644
index 846d6a3..0000000
--- a/doc/Development/Session.asciidoc
+++ /dev/null
@@ -1,19 +0,0 @@
-== Session
-
-== Session JSON structure
-- windows: list of windows
-
-=== Window
-- subwindows: list of subwindows
-
-=== Subwindow
-- profile: profile ID
-- tabs: list of views
-- current: current tab index
-
-=== View
-- profile: profile ID
-- history: view history
-
-Storing history: compress, toBase64 (to make printable), toQString (to store in json)
-Restoring history: toLatin1 (turn into bytearray), fromBase64, uncompress