...
original commit: 4f3059727a34748bccdd384c9ea9ec3b28a6adad
This commit is contained in:
parent
0f2486156e
commit
96ed8a1e3f
|
@ -400,8 +400,8 @@
|
|||
(let* ([edit (get-info-editor)]
|
||||
[make-one
|
||||
(lambda (pos)
|
||||
(let* ([line (send edit position-line pos)]
|
||||
[line-start (send edit line-start-position line)]
|
||||
(let* ([line (send edit position-paragraph pos)]
|
||||
[line-start (send edit paragraph-start-position line)]
|
||||
[char (- pos line-start)])
|
||||
(if line-numbers?
|
||||
(format "~a:~a"
|
||||
|
|
Loading…
Reference in New Issue
Block a user