Merge pull request #713 from Jipok/master

Copy/cut whole line if selection empty
This commit is contained in:
Adam
2021-12-21 15:53:12 -05:00
committed by GitHub
3 changed files with 64 additions and 37 deletions
+2
View File
@@ -648,6 +648,8 @@ function core.init()
core.clip_rect_stack = {{ 0,0,0,0 }}
core.log_items = {}
core.docs = {}
core.cursor_clipboard = {}
core.cursor_clipboard_whole_line = {}
core.window_mode = "normal"
core.threads = setmetatable({}, { __mode = "k" })
core.blink_start = system.get_time()