Mouse

Results 586 comments of Mouse

I wonder if this very useful package is still maintained?

I haven't - thanks for the pointer. Regardless, `LS_COLORS` (as I understand it) does not address my need or this feature request. 1. I have different types of terminals -...

> **If you want to use multiple terminals on the same machine and user**, then LSCOLORS would probably not work for you like you said. This is the whole point....

@haifengkao I already explained why `LS_COLORS` does not work for my use case. Thank you for not being attentive.

Sorry, I don't think you understood. My environment is dynamic. That makes playing with environment var settings less than desirable.

Dynamic - on the same computer same user on different terminals/windows needs different color schemes. What you proposed with `vivid` may work. Manually setting `all` the colors for every alias...

And here's the proposed (and tested) fix: ```diff diff --git a/cmake/Findopenssl.cmake b/cmake/Findopenssl.cmake index 1d635f3..0c18e5f 100644 --- a/cmake/Findopenssl.cmake +++ b/cmake/Findopenssl.cmake @@ -1,9 +1,24 @@ +if( ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin" ) + +#...

> the error `Fetching pull requests for remote 'origin' failed, please check if the url . . . is valid` is shown when we get a 404 back Only in...

> did the sign-out + sign in again work? No, and it's unclear to me how to manage accounts (GitHub proper, and GitHub Enterprise - I have several of those)....

I can only ad that (a) the "Accounts" button seems to show two _other_ accounts, but not _this_ one, and (b) all the "normal" GitHub functionality seems to be working...