How do I disable scrolling in Urxvt? [closed] - tmux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is it possible to disable scrolling in urxvt when we use with tmux? The problem I have is that tmux clear-history command won't clear the urxvt scroll buffer (Shift+Page Up), hence we always have history in the console. The only other way isto detach Tmux and reset the Terminal to clear this content. Would it be possible to make urxvt to have no scroll so that I can handle everything in tmux which is more logical when you use tmux?

You can set the following in ~/.Xdefaults to force Urxvt to not keep any history:
URxvt*saveLines:0
This will render Shift + PgUp as a no-op, even in Tmux.

Related

The iPhone simulator in Xcode 8.2.1 runs a bit slow [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have noticed that when I launch the Xcode 8 iPhone simulator that actions that I make when using the simulator run incredibly slow, for example, when I maneuver to the home screen by clicking Hardware>Home or Shift+cmd+H it runs fine but when I open an application the borders make a strange animation, and when I tap a button on an application, the transitions take a long time. Sorry or such long question, but any help will be greatly appreciated
Try This.. Unselect the slow animations in simulator debug

Atom editor hyperclick not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I installed hyperclick and js-hyperclick in Atom editor on OSX, but nothing is working. Moving mouse over words, pressing and releasing cmd or option keys, nothing works ?
What am I doing wrong ?
I was able to fix this by also installing the hyperlink-hyperclick package as well as the hyperclick package.

Responsive icon on i3wm [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have migrated from debian to Arch.
After installing my prefered apps, I've found, that there is no icon on bottom of i3bar, like skype or Telegram.
On debian I didn't do a thing except installing i3wm.
How to add this icons on Arch ?
maybe install i3status and configure it in ~/.i3/config
bar {
status_command i3status
position top
}
Need to comment default
{
status_command i3status
# tray_output primary
}

How to set a number of Projects visible in RStudio's top-right pane? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Is there a way to specify how many projects are visible in the top-right pane in Rstudio? Default option is 10, however I would like to change this to a higher number.
Edit: Screen added.
Can't be (easily) done.
RStudio seems to have a hard limit of 15, and there's a comment in the code about setting the max visible according to the screen size, and that 15 is up to 10 local projects and 5 shared projects:
https://github.com/rstudio/rstudio/blob/cef7e679b05d9e92003a30847757f57fd30ee94c/src/gwt/src/org/rstudio/studio/client/application/ui/ProjectPopupMenu.java#L209
https://github.com/rstudio/rstudio/blob/cef7e679b05d9e92003a30847757f57fd30ee94c/src/gwt/src/org/rstudio/studio/client/application/ui/ProjectPopupMenu.java#L275
So if you want more, you'll have to file an enhancement request with RStudio (or edit the Java code and build it yourself...)

How to add a few boxes, ajax windows on login form [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I use wordpress 3.6 and the custom login plugin, which is great, however, I need to add some things to the login form, such as a language selector (which I have the
Any ideas on where to ad this onto the login box (wp-login.php) options of wordpress??
thanks
you need to go through the php file of the language selector plugin and figure out which function is called to perform the language change. You add this function along with some HTML if required to the part of the login page where you want the language option to appear.

Resources