[PR #120] [MERGED] Fix cursor storage #271

Closed
opened 2026-05-06 13:16:34 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/120
Author: @Yaya-Cout
Created: 1/10/2022
Status: Merged
Merged: 1/10/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-fix-cursor


📝 Commits (3)

📊 Changes

9 files changed (+19 additions, -20 deletions)

View changed files

📝 apps/code/python_text_area.h (+1 -1)
📝 apps/code/script.cpp (+4 -5)
📝 apps/code/script.h (+6 -6)
📝 apps/code/script_store.cpp (+1 -1)
📝 apps/code/script_store.h (+2 -2)
📝 apps/code/script_template.cpp (+1 -1)
📝 apps/code/test/variable_box_controller.cpp (+1 -1)
📝 ion/include/ion/storage.h (+2 -2)
📝 poincare/include/poincare/evaluation.h (+1 -1)

📄 Description

This fix the cursor storage when the file have more than 256 characters : the cursor was saved on one byte and this is too little for more than 256 characters. This pull request fixes this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/120 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 1/10/2022 **Status:** ✅ Merged **Merged:** 1/10/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-fix-cursor` --- ### 📝 Commits (3) - [`9e5ffb6`](https://github.com/UpsilonNumworks/Upsilon/commit/9e5ffb6ff6c5f88e84850a1f13345fe590e7f69a) Add cursor saving - [`1c3b402`](https://github.com/UpsilonNumworks/Upsilon/commit/1c3b402973c37a65f6d9074a245e0bb6c5bd9e98) Fix code typing - [`abb3d9a`](https://github.com/UpsilonNumworks/Upsilon/commit/abb3d9aa45111bb7f1a668bc40a6a2e135ef4084) Fix tests ### 📊 Changes **9 files changed** (+19 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/python_text_area.h` (+1 -1) 📝 `apps/code/script.cpp` (+4 -5) 📝 `apps/code/script.h` (+6 -6) 📝 `apps/code/script_store.cpp` (+1 -1) 📝 `apps/code/script_store.h` (+2 -2) 📝 `apps/code/script_template.cpp` (+1 -1) 📝 `apps/code/test/variable_box_controller.cpp` (+1 -1) 📝 `ion/include/ion/storage.h` (+2 -2) 📝 `poincare/include/poincare/evaluation.h` (+1 -1) </details> ### 📄 Description This fix the cursor storage when the file have more than 256 characters : the cursor was saved on one byte and this is too little for more than 256 characters. This pull request fixes this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:34 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#271
No description provided.