2024-05-20 | Parse numbers with a '+/-' prefix correctly | 1 | +1 | -1 |
2024-05-20 | Add insert and delete actions for row and column | 1 | +63 | -4 |
2024-05-20 | Use the last cursor if multiple cursors are found | 1 | +0 | -1 |
2024-05-20 | Ignore the absence of cursor | 1 | +0 | -1 |
2024-05-20 | Handle cursor on row divider | 1 | +5 | -0 |
2024-05-20 | Remove duplicate conditional | 1 | +2 | -7 |
2024-05-20 | Check row and column limits outside loop | 1 | +14 | -16 |
2024-05-20 | Simplify conditional expressions | 1 | +4 | -4 |
2024-05-20 | Rename argument variables | 1 | +17 | -17 |
2024-05-20 | Add previous and next actions for cursor | 1 | +27 | -15 |
2024-05-20 | Jump over row dividers when moving cell or cursor | 1 | +16 | -6 |
2024-05-20 | Fix parsing already formatted tables | 1 | +11 | -4 |
2024-05-20 | Implement row divider | 1 | +20 | -5 |
2024-05-20 | Set minimum column width to 1 | 1 | +4 | -3 |
2024-05-20 | Change position where cursor is printed | 1 | +1 | -1 |
2024-05-20 | Use consistent printf format | 1 | +1 | -1 |
2024-05-20 | Expand table when moving cursor out of limits | 1 | +3 | -2 |
2024-05-20 | Error out if action is specified without a cursor | 1 | +2 | -0 |
2024-05-20 | Full rewrite | 60 | +87 | -458 |
2024-05-16 | Define behaviour when moving cursor out of limits | 14 | +84 | -9 |
2024-04-29 | Fix loop limit in move_row function | 1 | +1 | -1 |
2024-04-29 | Limit horizontal movements | 10 | +43 | -5 |
2024-04-29 | Limit vertical movements | 10 | +57 | -7 |
2024-04-29 | Fix number formatting for cell with cursor | 1 | +2 | -2 |
2024-04-29 | Make vertical movements jump over separators | 14 | +83 | -6 |
2024-04-29 | Add move_{cell,row,column,cursor) functions | 23 | +220 | -54 |
2024-04-25 | Initial commit | 4 | +104 | -0 |