hbang / NewTerm

NewTerm is a terminal emulator app with first-class iPhone, iPad, and Mac support.
https://newterm.app
Other
463 stars 71 forks source link

[Request] Add option to disable screen dimming (idle timer) #83

Open L1ghtmann opened 2 years ago

L1ghtmann commented 2 years ago

With low power mode enabled, the screen has to be tapped every couple of minutes 30s to reset the idle timer to prevent the device from sleeping. Though this is typically only an issue when waiting for long commands to complete (e.g., extracting sdks for Theos), I think it would be useful to have the option to disable it nevertheless.

Implementing it should be as simple as running [[UIApplication sharedApplication] setIdleTimerDisabled:YES];.

Thanks for your consideration and continued work on this awesome project!