Merge pull request #713 from Jipok/master
Copy/cut whole line if selection empty
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user