Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
arakiken
/
mlterm
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
235
Code
Issues
37
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: arakiken/mlterm
Actions
All workflows
Workflows
ci
ci
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
118 workflow runs
118 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
* ci.yml: Fix errors.
ci
#493:
Commit
db3ba4d
pushed by
arakiken
6h 0m 6s
master
master
6h 0m 6s
View workflow file
* vt_parser.[ch]: Add vt_set_ignored_csi_list() which sets sequence list
ci
#492:
Commit
e9556cb
pushed by
arakiken
14m 41s
master
master
14m 41s
View workflow file
* ci.yml: Fix build-haikuos and build-solaris.
ci
#491:
Commit
cb8bee0
pushed by
arakiken
4m 24s
master
master
4m 24s
View workflow file
* main/main_loop.c, man/mlterm.1, etc/main, etc/main.ja, doc/ja/README.ja: Fix hardcoded font size range default descriptions.
ci
#490:
Pull request
#175
synchronize by
sporteka2
Action required
sporteka2:fix/font-size-range-help
sporteka2:fix/font-size-range-help
Action required
View #175
View workflow file
* main/main_loop.c, man/mlterm.1, etc/main, etc/main.ja, doc/ja/README.ja: Fix hardcoded font size range default descriptions.
ci
#489:
Pull request
#175
opened by
sporteka2
Action required
sporteka2:fix/font-size-range-help
sporteka2:fix/font-size-range-help
Action required
View #175
View workflow file
* ui_im_candidate_screen.[ch]:
ci
#488:
Commit
e683ce6
pushed by
arakiken
15m 49s
master
master
15m 49s
View workflow file
* ui_screen.c: Revert draw_preedit_str() to the one in
ci
#487:
Commit
348a2f3
pushed by
arakiken
15m 13s
master
master
15m 13s
View workflow file
* ui_screen.c: Fix unexpectedly disappearing cursor issue in inputting
ci
#486:
Commit
5633491
pushed by
arakiken
14m 57s
master
master
14m 57s
View workflow file
* win32/ui_window.c: Fix division-by-zero error.
ci
#485:
Commit
c316491
pushed by
arakiken
14m 32s
master
master
14m 32s
View workflow file
* ui_screen.c: Fix compiling error.
ci
#484:
Commit
3875039
pushed by
arakiken
14m 36s
master
master
14m 36s
View workflow file
* ui_screen.c: ui_window_update() -> redraw_screen() in
ci
#483:
Commit
a04071a
pushed by
arakiken
15m 6s
master
master
15m 6s
View workflow file
* fb/ui_display.[ch], fb/ui.h, fb/ui_window.c:
ci
#482:
Commit
94454e4
pushed by
arakiken
13m 37s
master
master
13m 37s
View workflow file
* doc/en/README.fb, doc/ja/README.fb: Update.
ci
#481:
Commit
138552a
pushed by
arakiken
10m 42s
master
master
10m 42s
View workflow file
* ci.yml: Fix compiling error in build-linux-min.
ci
#480:
Commit
4d11b3a
pushed by
arakiken
15m 1s
master
master
15m 1s
View workflow file
* im_fcitx.c:
ci
#479:
Commit
24d0640
pushed by
arakiken
14m 36s
master
master
14m 36s
View workflow file
* im_ibus.c:
ci
#478:
Commit
78fbeb0
pushed by
arakiken
14m 41s
master
master
14m 41s
View workflow file
* im_fcitx.c:
ci
#477:
Commit
59b3c32
pushed by
arakiken
14m 2s
master
master
14m 2s
View workflow file
* ui_font_ft.c: Fix buffer overflow in get_dpi().
ci
#476:
Commit
066c69b
pushed by
arakiken
15m 4s
master
master
15m 4s
View workflow file
Fix buffer overflow in get_dpi(): alloca(strlen(p)) -> alloca(strlen(p) + 1)
ci
#475:
Pull request
#173
opened by
sporteka2
Action required
sporteka2:fix-buffer-overflow-get-dpi
sporteka2:fix-buffer-overflow-get-dpi
Action required
View #173
View workflow file
* ui_font_ft.c: Set dpi_for_fc with the use of get_dpi() which checks
ci
#474:
Commit
04fc42b
pushed by
arakiken
3m 20s
master
master
3m 20s
View workflow file
* README: Update.
ci
#473:
Commit
65ad13a
pushed by
arakiken
15m 57s
master
master
15m 57s
View workflow file
* xlib/ui_window.c:
ci
#471:
Commit
246c169
pushed by
arakiken
9m 35s
master
master
9m 35s
View workflow file
* 3.9.5 released.
ci
#470:
Commit
bbdc034
pushed by
arakiken
16m 44s
3.9.5
3.9.5
16m 44s
View workflow file
* 3.9.5 released.
ci
#469:
Commit
bbdc034
pushed by
arakiken
14m 59s
master
master
14m 59s
View workflow file
* ci.yml: FreeBSD 14.2 -> 15.1
ci
#468:
Commit
f95edd6
pushed by
arakiken
21m 5s
master
master
21m 5s
View workflow file
Previous
1
2
3
4
5
Next
You can’t perform that action at this time.