Bump patch version and fix xterm selection
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "webterm"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -22,7 +22,7 @@ const THEMES: Record<string, ITheme> = {
|
||||
foreground: "#e5e5e5",
|
||||
cursor: "#e5e5e5",
|
||||
cursorAccent: "#000000",
|
||||
selectionBackground: "#4d4d4d",
|
||||
selectionBackground: "#d4d4d4",
|
||||
black: "#000000",
|
||||
red: "#cd0000",
|
||||
green: "#00cd00",
|
||||
|
||||
Reference in New Issue
Block a user