Closed LdBeth closed 5 years ago
I have to reopen this #107 because the new added reader display-cursor in commit https://github.com/sharplispers/clx/pull/108/commits/20efced4897bf87cdc81c1ca8a2ddf0d75931939 mismatch the documented cursor-display reference in corresponding PR https://github.com/sharplispers/clx/pull/108 and this function is used elsewhere such as in https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/requests.lisp#L1143 which caused my problem. Also cursor-display is an exported symbol in package definition. https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/package.lisp#L54
display-cursor
cursor-display
I'm not very sure about what happened there, so if there's other considerations please let me know.
Originally posted by @LdBeth in https://github.com/sharplispers/clx/issues/107#issuecomment-441342945
master branch has been reset.
I have to reopen this #107 because the new added reader
display-cursor
in commit https://github.com/sharplispers/clx/pull/108/commits/20efced4897bf87cdc81c1ca8a2ddf0d75931939 mismatch the documentedcursor-display
reference in corresponding PR https://github.com/sharplispers/clx/pull/108 and this function is used elsewhere such as in https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/requests.lisp#L1143 which caused my problem. Alsocursor-display
is an exported symbol in package definition. https://github.com/sharplispers/clx/blob/0fdd120cdfb3e8dd04e4111fe0b201cabed509ca/package.lisp#L54I'm not very sure about what happened there, so if there's other considerations please let me know.
Originally posted by @LdBeth in https://github.com/sharplispers/clx/issues/107#issuecomment-441342945