delete an unused arg
[?]
Jul 31, 2023, 9:20 PM
FYTXKCO3W3CAQU6SGM3BSROMU7ESBQQBCV4PEDRN63EUKHOVPFHACDependencies
- [2]
52NEZG2FMerge text0 - [3]
KWOJ6XHEcut/copy selected text to clipboard - [4]
M6TH7VSZrip out notion of Line_width - [5]
PFT5Y2ZYmove - [6]
X3F7ECSLadd state arg to some functions - [7]
LXTTOB33extract a couple of files - [8]
Z4XRNDTRfind text - [9]
ISOFHXB2App.width can no longer take a Text - [10]
BMGHJX7Gbugfix: search highlight straddling screen lines - [11]
XNFTJHC4split keyboard handling between Text and Drawing - [12]
BE3WIEVKupdate cursor in search box - [13]
GZ2OYPSHconfigurable colors and cursor in editor widget - [14]
J2SVGR2Eexperiment: blinking cursor - [15]
HLIF3YQEMerge text0 - [16]
4KC7I3E2make colors easier to edit - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 51
Text.draw_cursor(State, State.left+Text.x(screen_line, State.cursor1.pos-pos+1), y, Cursor_color, fg)Text.draw_cursor(State, State.left+Text.x(screen_line, State.cursor1.pos-pos+1), y, Cursor_color) - replacement in text.lua at line 60
Text.draw_cursor(State, State.left+Text.x(screen_line, State.cursor1.pos-pos+1), y, Cursor_color, fg)Text.draw_cursor(State, State.left+Text.x(screen_line, State.cursor1.pos-pos+1), y, Cursor_color) - replacement in text.lua at line 88
function Text.draw_cursor(State, x, y, cursor_color, reset_color)function Text.draw_cursor(State, x, y, cursor_color) - replacement in search.lua at line 16
Text.draw_cursor(State, 25+App.width(State.search_term),y-5, Cursor_color, Text_color)Text.draw_cursor(State, 25+App.width(State.search_term),y-5, Cursor_color)