Blog: 2024-02-19: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Realizing it's not actually trivial for a copy operator to do a whole line, and not dump the line after the current character on paste. Need p to be aware of clipboard length I guess, then paste after current line if the clipboard has its own newline... I guess the oscyank has probably been doing the right thing, it'd say the number of characters that would include a newline. Tired, bedtime.")
 
(No difference)

Latest revision as of 03:31, 19 February 2024

Realizing it's not actually trivial for a copy operator to do a whole line, and not dump the line after the current character on paste. Need p to be aware of clipboard length I guess, then paste after current line if the clipboard has its own newline...

I guess the oscyank has probably been doing the right thing, it'd say the number of characters that would include a newline. Tired, bedtime.