~nojusr

Recent activity

[PATCH porporo] (menu.tal) Fix incorrect filename display when more than 15 items in menu 11 months ago

From Nojus Raskevicius to ~rabbits/public-inbox

---
 src/core/menu.tal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/menu.tal b/src/core/menu.tal
index eb1938b..f69cecf 100644
--- a/src/core/menu.tal
+++ b/src/core/menu.tal
@@ -291,7 +291,7 @@
	#0008 .Screen/x DEO2
	#00 SWP2 ,&t STR2
	&l ( -- )
		#00 OVR #40 SFT [ LIT2 &t $2 ] ADD2 [ LIT &color $1 ] <draw-uf2>
		#00 OVR #40 SFT2 [ LIT2 &t $2 ] ADD2 [ LIT &color $1 ] <draw-uf2>
[message trimmed]

[PATCH uxn5 v2] fix uxn screen evaluating too fast on high refresh rate devices 1 year, 30 days ago

From Nojus Raskevicius to ~rabbits/public-inbox

---
 src/app.js | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/app.js b/src/app.js
index 216bff7..a1b06b4 100644
--- a/src/app.js
+++ b/src/app.js
@@ -15,6 +15,8 @@ const emulator = new Emu()

const share = new ShareView(document.getElementById("share"));

const target_fps = 60;

[message trimmed]

[PATCH] Uxn5: fix uxn screen evaluating too fast on high refresh rate devices 1 year, 30 days ago

From Nojus Raskevicius to ~rabbits/public-inbox

---
 src/app.js | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/app.js b/src/app.js
index 216bff7..d741749 100644
--- a/src/app.js
+++ b/src/app.js
@@ -15,6 +15,9 @@ const emulator = new Emu()

const share = new ShareView(document.getElementById("share"));

var frametime = 0;
const TARGET_FPS = 60;
[message trimmed]