mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/lib/byobu/memory: LP: #1255491
- fix the name of the __memory_detail() function
This commit is contained in:
parent
e46f05e0af
commit
73b66677ce
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -8,6 +8,8 @@ byobu (5.66) unreleased; urgency=low
|
|||
- change the printscreen hotkey from Shift-F9 to Shift-F7
|
||||
- Shift-F7 should be more memorable, in that F7 has long been
|
||||
used to enter scrollback mode
|
||||
* usr/lib/byobu/memory: LP: #1255491
|
||||
- fix the name of the __memory_detail() function
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Nov 2013 12:31:12 -0600
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__memory() {
|
||||
__memory_detail() {
|
||||
free
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue