mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
Remove unused __fish_cursor_1337 function
Last use removed in 011af34d62
This commit is contained in:
parent
e726627993
commit
23bf98e6bb
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# Set the cursor using the '\e]1337;' sequence recognized by iTerm2 on macOS and possibly other
|
|
||||||
# terminals.
|
|
||||||
function __fish_cursor_1337 -d 'Set cursor using OSC command 1337'
|
|
||||||
set -l shape $argv[1]
|
|
||||||
switch "$shape"
|
|
||||||
case block
|
|
||||||
echo -en '\e]1337;CursorShape=0\x7'
|
|
||||||
case underscore
|
|
||||||
echo -en '\e]1337;CursorShape=2\x7'
|
|
||||||
case line
|
|
||||||
echo -en '\e]1337;CursorShape=1\x7'
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue