Skip to content

Commit a15fb55

Browse files
committed
Move CSRLIN to the library folder
1 parent 92fb4f5 commit a15fb55

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/at.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ It can be used both as a [PRINT modifier](print#modifiers.md) and a [variable de
1616
* [PRINT](print.md)
1717
* [DIM](dim.md) - Variable Declarations
1818
* [POS](library/pos.md)
19-
* [CSRLIN](csrlin.md)
19+
* [CSRLIN](library/csrlin.md)

docs/library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here are some alternative functions using faster integer and fixed output.
4040
* [clearBox.bas](library/clearbox.md)
4141
<br /> Sub to clear a subset of the screen - a window defined with a character box.
4242

43-
* [crslin.bas](csrlin.md)
43+
* [crslin.bas](library/csrlin.md)
4444
<br /> Function to get the current cursor vertical co-ordinate.
4545

4646
* [fastPlot.bas](library/fastplot.md)

docs/library/attr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ PRINT AT 0, 0; "The attribute of screen position 9, 10 is "; s
3030

3131
##See also
3232

33-
* [ CSRLIN ](../csrlin.md)
33+
* [ CSRLIN ](csrlin.md)
3434
* [ POS](pos.md)
3535
* [ AT ](../at.md)

docs/csrlin.md renamed to docs/library/csrlin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ CSRLIN is a library function to be included with the following command:
2424

2525
##See also
2626

27-
* [ POS](library/pos.md)
28-
* [ AT ](at.md)
27+
* [ POS](pos.md)
28+
* [ AT ](../at.md)

docs/library/pos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POS is a library function to be included with the following directive:
1717
##See also
1818

1919
* [ AT ](../at.md)
20-
* [ CSRLIN](../csrlin.md)
20+
* [ CSRLIN](csrlin.md)

0 commit comments

Comments
 (0)