Remove >r/r> usage from ui.cocoa
parent
84675ad96d
commit
24a8cb0a95
|
@ -266,14 +266,9 @@ CLASS: {
|
||||||
{ "writeSelectionToPasteboard:types:" "char" { "id" "SEL" "id" "id" }
|
{ "writeSelectionToPasteboard:types:" "char" { "id" "SEL" "id" "id" }
|
||||||
[
|
[
|
||||||
CF>string-array NSStringPboardType swap member? [
|
CF>string-array NSStringPboardType swap member? [
|
||||||
>r drop window-focus gadget-selection dup [
|
[ drop window-focus gadget-selection ] dip over
|
||||||
r> set-pasteboard-string 1
|
[ set-pasteboard-string 1 ] [ 2drop 0 ] if
|
||||||
] [
|
] [ 3drop 0 ] if
|
||||||
r> 2drop 0
|
|
||||||
] if
|
|
||||||
] [
|
|
||||||
3drop 0
|
|
||||||
] if
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -281,9 +276,7 @@ CLASS: {
|
||||||
[
|
[
|
||||||
pasteboard-string dup [
|
pasteboard-string dup [
|
||||||
[ drop window-focus ] dip swap user-input 1
|
[ drop window-focus ] dip swap user-input 1
|
||||||
] [
|
] [ 3drop 0 ] if
|
||||||
3drop 0
|
|
||||||
] if
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue