mirror of
1
0
Fork 0

Fixed position of cursor being 5

This commit is contained in:
Tristan B. Kildaire 2020-05-05 19:34:03 +02:00
parent 2c4016ad44
commit de205eaa2e
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ struct Session* newSession(char* filename)
/* Set initial position to 0 */
session->position = 5;
session->position = session->size;
/* Set the session to active */
session->isActive = 1;